home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / boot / WBStartupPlus.lha / WBStartup+V1.0 / Install next >
Text File  |  1995-06-25  |  1KB  |  53 lines

  1. ;
  2. ; $PROJECT: WBStartup+
  3. ;
  4. ; (C) Copyright 1995 John Hughes.  All Rights Reserved.
  5. ;
  6.  
  7.  
  8. (
  9.      (working "Installing WBStartup+")
  10.  
  11.  
  12.      ;Moving the WBStartup files
  13.      (
  14.          (makedir "SYS:WBStartup/WBStartup Enabled" (infos) )
  15.          (run "copy SYS:WBStartup/#? \"SYS:WBStartup/WBStartup Enabled/\" all")
  16.      (run "delete \"SYS:WBStartup/~(WBStartup Enabled|WBStartup Enabled.info)\" all")
  17.      (rename "SYS:WBStartup/WBStartup Enabled" "SYS:WBStartup/WBStartup (Enabled)")
  18.      (rename "SYS:WBStartup/WBStartup Enabled.info" "SYS:WBStartup/WBStartup (Enabled).info")
  19.      )
  20.  
  21.      ;Creating Disabled Directory
  22.      (makedir "SYS:WBStartup/WBStartup (Disabled)" (infos))
  23.  
  24.      ; Copy WBStartup+
  25.      (copyfiles
  26.                 (prompt "Copying the WBStartup+ Executable")
  27.                 (help @copyfiles-help)
  28.                 (source "WBStartup+")
  29.                 (dest "SYS:WBStartup")
  30.                 (infos)
  31.      )
  32.  
  33.      ; Copy WBStartup+Prefs
  34.      (copyfiles
  35.                 (prompt "Copying the WBStartup+Prefs Executable")
  36.                 (help @copyfiles-help)
  37.                 (source "WBStartup+Prefs")
  38.                 (dest "SYS:Prefs")
  39.         (confirm)
  40.                 (infos)
  41.      )
  42.  
  43.      ; install AmigaGuide file
  44.      (copyfiles
  45.                 (prompt "Copying AmigaGuide file")
  46.                 (help @copyfiles-help)
  47.                 (source "WBStartup+.guide")
  48.                 (dest "AmigaGuide:")
  49.                 (confirm)
  50.      )
  51.  
  52. )
  53.